From b9faa643f5fa02ec0f85834bb8268bfd046a92f7 Mon Sep 17 00:00:00 2001 From: tsteven4 <13596209+tsteven4@users.noreply.github.com> Date: Mon, 6 Jan 2020 09:04:32 -0700 Subject: [PATCH] correct url for filter documentation. (#452) --- filter_vecs.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filter_vecs.cc b/filter_vecs.cc index 99ddfa2cc..81cf41b2d 100644 --- a/filter_vecs.cc +++ b/filter_vecs.cc @@ -324,7 +324,7 @@ disp_filter_vec(const QString& vecname) static void disp_help_url(const fl_vecs_t& vec, const arglist_t* arg) { - printf("\t" WEB_DOC_DIR "/fmt_%s.html", CSTR(vec.name)); + printf("\t" WEB_DOC_DIR "/filter_%s.html", CSTR(vec.name)); if (arg) { printf("#fmt_%s_o_%s", CSTR(vec.name), arg->argstring); } -- 2.30.2